Klasse XMLProfile
java.lang.Object
com.inet.pdfc.config.DefaultProfile
com.inet.pdfc.config.SourceProfile
com.inet.pdfc.config.XMLProfile
- Alle implementierten Schnittstellen:
IProfile, Serializable
The class contains configuration data from an XML file. It is a read-only profile based on this file.
- Seit:
- 4.0
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen DefaultProfile
DefaultProfile.ProfileChangeListener -
Feldübersicht
Von Schnittstelle geerbte Felder IProfile
KEY_DESCRIPTION, KEY_NAME -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungXMLProfile(File xmlProfileFile) Creates a new i-net PDFC configuration, based on the xmlProfileFile. -
Methodenübersicht
Von Klasse geerbte Methoden SourceProfile
loadXMLVon Klasse geerbte Methoden DefaultProfile
addProfileChangeListener, getBool, getBool, getDouble, getDouble, getInt, getInt, getObject, getObject, getProperties, getString, getString, putValue, putValue, putValues, removeProfileChangeListener
-
Konstruktordetails
-
XMLProfile
public XMLProfile(File xmlProfileFile) throws IllegalArgumentException, InvalidPropertiesFormatException Creates a new i-net PDFC configuration, based on the xmlProfileFile.- Parameter:
xmlProfileFile- the configuration file to load the properties from- Löst aus:
IllegalArgumentException- if the configuration file does not exist.InvalidPropertiesFormatException- if the file is not a valid xml configuration file.- Seit:
- 4.0
-